Target_env -> Target_os
authorNipunn Koorapati <nipunn1313@gmail.com>
Wed, 16 Nov 2016 07:46:57 +0000 (23:46 -0800)
committerNipunn Koorapati <nipunn1313@gmail.com>
Wed, 16 Nov 2016 07:46:57 +0000 (23:46 -0800)
tests/concurrent.rs

index ba2300afa256e91f4e70237d359a818498dfb167..a6eff1e707939274b903731dd95397222f71d794 100644 (file)
@@ -345,7 +345,7 @@ fn same_project() {
 // next Cargo to come in will take over cleanly.
 // older win versions don't support job objects, so skip test there
 #[test]
-#[cfg_attr(target_env = "windows", ignore)]
+#[cfg_attr(target_os = "windows", ignore)]
 fn killing_cargo_releases_the_lock() {
     let p = project("foo")
         .file("Cargo.toml", r#"